home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRMQE / TFRMQE.txt
Text File  |  2004-10-21  |  2KB  |  96 lines

  1. object frmQE: TfrmQE
  2.   Left = 321
  3.   Top = 91
  4.   BorderStyle = bsNone
  5.   Caption = 'frmQE'
  6.   ClientHeight = 220
  7.   ClientWidth = 316
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 0
  21.     Top = 0
  22.     Width = 316
  23.     Height = 220
  24.     Align = alClient
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 316
  30.     Height = 220
  31.     Align = alClient
  32.     BevelWidth = 3
  33.     Color = clWhite
  34.     TabOrder = 0
  35.     object Label2: TLabel
  36.       Left = 8
  37.       Top = 8
  38.       Width = 264
  39.       Height = 29
  40.       Caption = 'Quotas Extraordin∩┐╜rias'
  41.       Font.Charset = ANSI_CHARSET
  42.       Font.Color = clGray
  43.       Font.Height = -24
  44.       Font.Name = 'Arial'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       Transparent = True
  48.     end
  49.     object Label1: TLabel
  50.       Left = 10
  51.       Top = 48
  52.       Width = 288
  53.       Height = 39
  54.       Alignment = taCenter
  55.       Caption = 
  56.         'Seleccione qual o tipo de quota que pretende utilizar para calcu' +
  57.         'lar o valor das Quotas Extraordin∩┐╜rias que cabe a cada cond∩┐╜mino' +
  58.         '.'
  59.       WordWrap = True
  60.     end
  61.     object BitBtn1: TBitBtn
  62.       Left = 216
  63.       Top = 168
  64.       Width = 75
  65.       Height = 25
  66.       Caption = 'Ok'
  67.       TabOrder = 0
  68.       Kind = bkOK
  69.     end
  70.     object RadioGroup1: TRadioGroup
  71.       Left = 10
  72.       Top = 93
  73.       Width = 103
  74.       Height = 113
  75.       Caption = ' Tipo de Quota '
  76.       ItemIndex = 0
  77.       Items.Strings = (
  78.         'Fixa'
  79.         'Permilagem'
  80.         '∩┐╜rea')
  81.       TabOrder = 1
  82.       OnClick = RadioGroup1Click
  83.     end
  84.     object CurrencyEdit1: TCurrencyEdit
  85.       Left = 120
  86.       Top = 110
  87.       Width = 110
  88.       Height = 21
  89.       AutoSize = False
  90.       Color = clBtnFace
  91.       DisplayFormat = ',0.00;-,0.00'
  92.       TabOrder = 2
  93.     end
  94.   end
  95. end
  96.